|
|
|
|
|
|
Examples
Problem: Software developer has decided to publish the User's Guide for an application as an HTML site. However, all the files are in various different formats and they need to be cleaned up. In addition, the user should be able to launch the guide in his or her favorite web browser.
Solution: Use [info]Batcher to associate all the picture files with one graphics application and the .html files with one browser. Also, make multiple copies of the starting page and associate each with a different web browser.
Method:
All the picture files, as well as the html files are stored in a folder called 'files'. First we need to associate the various picture files with Picture Viewer, Apple's free graphics application which is included with every new mac. We can do this in the following way:
OR
OR
This associates all the JPEG files in the 'files' folder with Picture Viewer and erases all the custom icons. The changes should be checked and if there are any mistakes, the changes should be undone before proceding further.